// MY SHADOW
// By The Bathroom Monkey System

/*======================================================

  "Stepping through my shadow,
   Coming out the other side;
   Step into the shadow,
   Forty six & 2, are just ahead of me."
                        -- Tool, "Forty six & 2"

======================================================*/

Durn="3",

CamX="0",
CamY="-50",
CamZ="75",

CmLX="0",
CmLY="0",
CmLZ="75",

CUpX="0",
CUpY="0",
CUpZ="1",

// Used to create the offset "shadow" effect.
C0="clip(500*(dt-.01))",


C1="40*(1+2*clip(sqrt(dt)+.25))",
C2="50+50*C0",

X="150*s-C2",
Y="0",
Z="C1*D0+3*C0",

BckR=".5",
BckG=".5",
BckB=".5",

D0="fft(s)",

C3="(1-dt)*clip(dt-.625)",
C4="2*(1-dt)*(.5-dt)^2",


C5="C4+ 10*C3",
C6="C4+  3*C3",
C7="C4+1.5*C3",


R=".5-C5*D0",
G=".5-C6*D0",
B=".5-C7*D0",

LvlR="1",
LvlG="1",
LvlB="1",

ConL=0,

ConB=1,

LWdt="1+6*C0*(1-dt)",

Fall=".05",

Blrs=0,BlrB=2,

widt=500,heig=450,

Scal="500",

Stps=-1,

ScSz=1,

Pers="150",

Vers=40